html {
	overflow-y: overlay;
	zoom: .67;
}

section {
	height: 75% !important;
}

@media only screen and (min-width: 1500px) {
	html {
		overflow-y: overlay;
		zoom: .8;
	}
}

#minBtn, #plusBtn {
	display: inline-block;
}

#inpakBtns a.button.is-static {
	min-width: 200px;
}

#addTranssmartService {
	min-width: 200px;
}

#chooseBoxSelect {
	min-width: 200px;
}

table.dataTable tbody {
	color: #4878b6;
	background-color: #fff;
}

.tooltip {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	bottom: 100%;
	left: 50%;
	margin-left: -60px;
	opacity: 0;
	transition: opacity 1s;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}

.column {
	flex-direction: column;
	flex-grow: 1;
}

#status {
	border: none;
	padding: 10px;
	display: inline-block;
	margin: 12px 2px;
	border-radius: 50%;
	width: 20px !important;
	height: 20px !important;
	top: 14px;
}

.iconify {
	width: 100px;
	height: 100px;
}

.ui.table {
	font-size: 1em;
	font-weight: bold;
}

.icon-right {
	margin-left: auto;
}

body {
	margin: 0;
	font-family: sans-serif;
	background-color: #fff;
}

.select.is-fullwidth select {
	width: 100% !important;
}

table.dataTable tbody tr.selected {
	color: #4878b6;
	background-color: #add8e6;
}

.ui.table.dataTable thead th {
	background-color: #d2d2d2;
}

.mb0 {
	margin-bottom: 0px !important;
}

div.paddings {
	padding-right: 10px !important;
}

#btnVerwijder {
	padding: 5px;
}

div.inputRow {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: stretch;
	padding-bottom: -10px;
}

div.cc4 {
	flex: 1 1 auto;
	width: 15%;
	padding: 5px;
	margin-bottom: 0px !important;
	padding-bottom: 0px;
	align-self: auto;
}

div.cc4 p, div.cc4 select {
	flex: 1 1 auto;
	width: 100%;
}

div.cc4 .button {
	color: #4878b6;
}

#ModalInpakTranssmart a.button {
	color: #4878b6;
}

div.modalPickjob p.control.is-expanded, div.modalPickjob p select {
	flex: 1 1 auto;
	width: 100%;
}

div.modalPickjob .button.is-static.is-fullwidth {
	color: #4878b6;
	min-width: 530.99px !important;
}

div.cc4 div {
	width: 100%;
}

div.cc4 div p {
	margin-bottom: .4em;
}

div.filterSection, div.labelSection {
	border-radius: 4px;
	background-color: darkgray;
	margin-bottom: .5em;
}

div.inputs {
	padding: .5em;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: stretch;
}

div.labelFlex {
	padding: .5em;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: stretch;
}

div.inputs>div {
	flex: 1 1 auto;
	min-width: 100%;
	align-self: flex-start;
	text-align: left;
	padding-bottom: 1em;
}

div.labelFlex>div {
	flex: 1 1 auto;
	min-width: 25%;
	align-self: flex-start;
	text-align: left;
}

div.inputs>div>* {
	display: inline;
	font-weight: bold;
	color: black;
}

.pt0 {
	padding-top: 0px !important;
}

div.labelFlex>div>* {
	display: inline;
	font-weight: bold;
	color: black;
}

div.filterSectionPredeliveries {
	border-radius: 4px;
	background-color: darkgray;
	padding-bottom: 1em;
	padding-top: 1em;
	margin-bottom: .5em;
}

div.cc3 {
	flex: 1 1 auto;
	width: 25%;
	padding: 5px;
	margin-bottom: 0px !important;
	padding-bottom: 0px;
	align-self: auto;
}

div.cc3 p, div.cc3 select {
	flex: 1 1 auto;
	width: 100%;
}

div.cc3 .button {
	color: #4878b6;
}

div.cc5 .button {
	color: #4878b6;
}

div.cc3 div {
	width: 100%;
}

div.cc3 div p {
	margin-bottom: .4em;
}

div.cc5 div p {
	margin-bottom: .4em;
}

div.cc5 {
	flex: 1 1 auto;
	width: 20%;
	padding: 5px;
	margin-bottom: 0px !important;
	padding-bottom: 0px;
	align-self: auto;
}

div.cc5 p, div.cc5 select {
	flex: 1 1 auto;
	width: 100%;
}

#container {
	height: 100%;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}

div.cc5 div {
	width: 100%;
}

div.cc6 {
	padding: 5px;
	margin-bottom: 0px !important;
	padding-bottom: 0px;
	margin-right: 1em;
	margin-left: 1em;
	color: black;
}

.navbar-item.is-active {
	color: white !important;
	background-color: #118fe4 !important;
}

.dropdown.is-hoverable .dropdown-menu .dropdown-content .navbar-item.is-active {
	color: white !important;
	background-color: #118fe4 !important;
}

.hero-body {
	padding-top: 1em;
}

.numericCol {
	text-align: right !important;
}

.navLogo {
	padding: 10px;
	max-height: 4em;
}

div.dataTables_paginate {
	color: #4878b6;
	padding-bottom: 1em;
}

.dropdown.is-hoverable button {
	border: none;
	outline: none;
	text-align: center;
	background-color: #4878b6 !important;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	height: 100%;
	width: 100%;
}

.dropdown-menu {
	height: 100%;
	width: 100%;
}

.menu .is-active {
	color: white !important;
}

.dropdown-item {
	font-size: 16px;
	font-weight: bold;
}

.dropdown.is-hoverable button:hover {
	background-color: #118fe4 !important;
	color: #fff;
}

.hero.is-primary {
	background-color: #fff;
	color: #4878b6;
}

.hero.is-primary a.navbar-item:hover {
	background-color: cornflowerblue;
}

div.bigMargin {
	margin-bottom: 40px;
}

div.bigMarginTop {
	margin-top: 40px;
}

.minWidth50 {
	min-width: 50%;
}

nav.navbar {
	padding-right: 20px;
	background-color: #4878b6 !important;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

div.container {
	width: 100%;
	max-width: 100%;
}

div.container.has-text-centered {
	width: 100%;
	max-width: 100%;
	height: 100%;
}

.dataTables_empty {
	display: none;
}

div.flexbox {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: stretch;
}

div.tables {
	padding-right: 1em;
	order: 0;
	flex: 10 1 auto;
	align-self: auto;
	border-right: 2px #4878b6 solid;
	min-width: 85%;
}

div.inputs {
	padding-left: 1em;
	order: 1;
	flex: 1 1 auto;
	align-self: auto;
}

.control.is-pulled-right .input {
	max-width: 123.97px;
	margin-left: 5px;
}

a.minWidth {
	min-width: 0px !important;
}

#aantalLabel {
	min-width: 120px;
}

#aantal_regel_btn {
	min-width: 120px;
}

.afstand {
	margin-left: 20px;
	margin-right: 20px;
}

#overlay {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 99999;
	background-color: rgba(211, 211, 211, .5);
	display: none;
}

#overlay progress {
	width: 50%;
	align-items: center;
	position: fixed;
	margin-left: 23%;
	top: 45%;
}

#overlay h2 {
	color: black;
	position: fixed;
	margin-left: 43%;
	top: 40%;
}

.dataTables_scrollHeadInner {
	width: 100% !important;
}

.dataTables_scrollHeadInner table {
	width: 100% !important;
}

.dataTables_scrollBody {
	overflow-x: hidden !important;
	overflow-y: overlay !important;
}

div.leftSwitches {
	flex-grow: 1.3;
}

div.rightSwitches {
	flex-grow: 1;
}

#switches {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: stretch;
}

div.addRow {
	line-height: 45px;
	background-color: #fff;
	padding-left: 10px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}

#ModalStock {
	z-index: 200;
}

.vl {
	border-left: 2px solid darkgrey;
	height: 600px;
	justify-content: stretch;
}

div.flexItem {
	display: flex;
	flex-wrap: wrap;
}

#addBarcode {
	margin: 10px;
}

.flexItem>aside {
	margin: 6px;
	max-width: 100px !important;
}

.flexItem>.vl {
	margin: 10px;
}

.flexItem>#barcodeTable_wrapper {
	flex-grow: 1;
	margin: 10px;
	max-width: 850px !important;
	max-width: 850px !important;
}

td.dt-control {
	background: url("https://www.datatables.net/examples/resources/details_open.png") no-repeat center center;
	cursor: pointer;
}

tr.shown td.dt-control {
	background: url("https://www.datatables.net/examples/resources/details_close.png") no-repeat center center;
}

#pickUserBtn {
	margin-right: 5px;
	min-width: 123.97px;
}

#inpakkenButton {
	margin-right: 5px;
	min-width: 123.97px;
}

#activeBtn {
	margin-right: 5px;
	min-width: 123.97px;
}

#btnAanmakenSC {
	background-color: #4878b6;
	color: white;
	margin-right: 5px;
	min-width: 123.97px;
}

#connectBtn {
	background-color: #4878b6;
	color: white;
	margin-right: 5px;
	min-width: 123.97px;
}

#terugmeldenButton {
	margin-right: 5px;
	min-width: 123.97px;
}

#terugneemButton {
	background-color: #4878b6;
	color: white;
	margin-right: 5px;
	min-width: 123.97px;
}

#testtransButton {
	background-color: #4878b6;
	color: white;
	min-width: 123.97px;
}

#labelButton {
	background-color: #4878b6;
	color: white;
	margin-right: 5px;
	min-width: 123.97px;
}

#btnModal {
	background-color: #4878b6;
	color: white;
	margin-right: 5px;
	min-width: 123.97px;
}

#generateBtn {
	background-color: #4878b6;
	color: white;
	margin-right: 5px;
	min-width: 123.97px;
}

#btnUpdate {
	background-color: #4878b6;
	color: white;
}

#btnVernieuwen {
	background-color: #4878b6;
	color: white;
}

#deleteBtn {
	background-color: #4878b6;
	color: white;
}

#sendBtn {
	background-color: #4878b6;
	color: white;
}

#deletebtn {
	background-color: #4878b6;
	color: white;
}

#createBtn {
	margin-right: 5px;
	min-width: 123.97px;
}

#clearFilterBtn {
	background-color: #4878b6;
	color: white;
	margin-left: 5px;
	min-width: 123.97px;
}

#pickUserBtnSC {
	background-color: #4878b6;
	color: white;
	min-width: 255.2px;
}

#btnAccorderen {
	background-color: #4878b6;
	color: white;
}

#pickPrinterBtn {
	background-color: #4878b6;
	color: white;
}

#sendLineBtn {
	background-color: #4878b6;
	color: white;
	min-width: 123.97px;
}

#addBtn {
	background-color: #4878b6;
	color: white;
	min-width: 123.97px;
}

#editBtn {
	background-color: #4878b6;
	color: white;
	min-width: 123.97px;
}

#deleteLineBtn {
	background-color: #4878b6;
	color: white;
	min-width: 123.97px;
}

#btnVerwijderSC {
	background-color: #4878b6;
	color: white;
}

.ButtonColoring {
	background-color: #4878b6;
	color: white;
	min-width: 255.2px;
}

#exporteren {
	background-color: #23d160;
	color: white;
	min-width: 123.97px;
}

#btnTest {
	background-color: #4878b6;
	color: white;
	min-width: 123.97px;
}

#btnBatch {
	background-color: #4878b6;
	color: white;
	min-width: 123.97px;
}

#serialModal {
	min-width: 700px;
	min-height: 600px;
}

#ModalPrint .modal-content {
	height: 500px !important;
	width: 450px !important;
}

#addItemModal .modal-content {
	height: 500px !important;
	width: 450px !important;
}

#editItemModal .modal-content {
	height: 500px !important;
	width: 450px !important;
}

#accorderenModal {
	height: 900px !important;
	width: 700px !important;
}

.modal-card {
	min-height: 800px !important;
	min-width: 1200px !important;
}

#modalPickjob .modal-card {
	min-height: 1100px !important;
	min-width: 1100px !important;
}

#BatchModal .modal-card {
	min-height: 950px !important;
	min-width: 1600px !important;
}

#SerialModal .modal-card {
	min-height: 950px !important;
	min-width: 1600px !important;
}

#connectLocatieModal .modal-content {
	min-height: 500px !important;
	min-width: 450px !important;
}

#addZoneModal .modal-content {
	min-height: 500px !important;
	min-width: 450px !important;
}

.modal-card, .modal-content{
	overflow: hidden !important;
}

.modal-card-body{
	overflow: hidden !important;
}

#importModal .modal-content {
	min-height: 500px !important;
	min-width: 450px !important;
}

#barcodeModal .modal-content{
	min-height: 500px !important;
	min-width: 450px !important;
}

.modal-card-head {
	background-color: #4878b6;
	color: white;
}

.modal-card-foot {
	background-color: white;
	color: black;
}

.modal-card-foot #close {
	background-color: #4878b6;
	color: white;
}

.modal-card-title {
	color: white;
}

.modal-card-foot button {
	min-width: 123.97px !important;
}

.dataTables_paginate {
	float: left !important;
}

.dataTables_length {
	float: right !important;
}

.red {
	color: red;
}

.item:hover {
	color: #23d160;
}

.label__checkbox {
	display: none;
}

.label__check {
	display: inline-block;
	display: flex;
	border-radius: 50%;
	border: 2px solid rgba(0, 0, 0, .1);
	background: white;
	vertical-align: middle;
	margin-right: 20px;
	width: 1.5em;
	height: 1.5em;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	transition: border .3s ease;
	transition: opacity .3s .1s ease;
	opacity: .2;
	color: transparent;
	-webkit-text-stroke: 3px rgba(0, 0, 0, .5);
}

to {
	opacity: 1;
	transform: scale(.3);
}
